home *** CD-ROM | disk | FTP | other *** search
- # Login.cmd for Wave Network (Only Multimedia)
- #
- DISPLAY \n
- DISPLAY \n
- DISPLAY *****************************************************************\n
- DISPLAY Your modem is now dialing The Wave Network...\n
- DISPLAY \n
- DISPLAY If you receive a busy signal Winsock Dialer will redial the phone \n
- DISPLAY every 30 seconds until a connection is made or until you press\n
- DISPLAY the Escape key (Esc).\n
- DISPLAY *****************************************************************\n
- DISPLAY \n
-
- OUTPUT ATM1\13
- sleep 2
-
- repeat
- display \n
- display \n
- #****************************************************************************\n
- # USER TELEPHONE INFORMATION
- #****************************************************************************\n
-
- OUTPUT ATDT 12139641064\13
- display Please Wait...\n
- until [input 30 CONNECT]
-
- #WAIT 30 DCD
- SLEEP 3
-
- INPUT 30 login:
-
- repeat
-
-
- #***************************************************************************\n
- # USER LOG-IN INFORMATION
- #***************************************************************************\n
-
- OUTPUT \13
- INPUT 30 Password:
- PASSWORD Enter Your Wave Network Password:
- OUTPUT \p\13
-
- until [INPUT 10 PPP]
-
-
- INPUT 30 from (
- INPUT 30 ) to
- ADDRESS 30
-
-
- DISPLAY \n
- DISPLAY \n
- DISPLAY Your IP address for this session is \i.\n
-
- DISPLAY \n
- DISPLAY \n
- DISPLAY \n
- DISPLAY ********************************************************************\n
- DISPLAY
- DISPLAY " Welcome to..."\n
- DISPLAY \n
- DISPLAY " THE WAVE NETWORK"\n
- DISPLAY \n
- DISPLAY You may now MINIMIZE Trumpet Winsock and run your PPP applications. \n
- DISPLAY DO NOT CLOSE TRUMPET BY SELECTING FILE; EXIT, UNTIL YOU HAVE\n
- DISPLAY FINISHED RUNNING YOUR PPP APPLICATIONS. TO MINIMIZE TRUMPET, USE THE\n
- DISPLAY DOWN ARROW AT THE UPPER RIGHT CORNER OF THE SCREEN!\n
- DISPLAY If you have any problems please call 213-933-9283\n
- DISPLAY ********************************************************************\n
- DISPLAY \n
- DISPLAY \n
- DISPLAY \n
-
- ONLINE
-